[INFO] fetching crate bitcoin-consensus-encoding 1.0.0...
[INFO] fixing bitcoin-consensus-encoding-1.0.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate bitcoin-consensus-encoding 1.0.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate bitcoin-consensus-encoding 1.0.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate bitcoin-consensus-encoding 1.0.0
[INFO] tweaked toml for crates.io crate bitcoin-consensus-encoding 1.0.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bitcoin-consensus-encoding 1.0.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bitcoin-consensus-encoding 1.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 657a5b0a4c07cf44d9cbdb0d4618d8e21c66f4c519d62bc3652f60b5eedb861e
[INFO] running `Command { std: "docker" "start" "657a5b0a4c07cf44d9cbdb0d4618d8e21c66f4c519d62bc3652f60b5eedb861e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "657a5b0a4c07cf44d9cbdb0d4618d8e21c66f4c519d62bc3652f60b5eedb861e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "657a5b0a4c07cf44d9cbdb0d4618d8e21c66f4c519d62bc3652f60b5eedb861e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "657a5b0a4c07cf44d9cbdb0d4618d8e21c66f4c519d62bc3652f60b5eedb861e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling bitcoin-internals v0.5.0
[INFO] [stderr]     Checking hex-conservative v1.1.0
[INFO] [stderr]     Checking bitcoin-consensus-encoding v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/error.rs (5 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/decode/decoders.rs:455:27
[INFO] [stdout]     |
[INFO] [stdout] 447 |                     if first_decoder.push_bytes(bytes).map_err(Decoder2Error::First)?.needs_more() {
[INFO] [stdout]     |                        --------------------------------------------------------------
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 455 |                     match mem::replace(&mut self.state, Decoder2State::Errored) {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                           up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 456 |                         Decoder2State::First(first, second) => {
[INFO] [stdout]     |                                                     ------
[INFO] [stdout]     |                                                     |
[INFO] [stdout]     |                                                     `second` calls a custom destructor
[INFO] [stdout]     |                                                     `second` will be dropped later as of Edition 2024
[INFO] [stdout] 457 |                             let first_result = first.end().map_err(Decoder2Error::First)?;
[INFO] [stdout]     |                                                ------------------------------------------
[INFO] [stdout]     |                                                |
[INFO] [stdout]     |                                                this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                                `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 462 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 | / define_decoder_n_error! {
[INFO] [stdout] 364 | |     /// Error type for [`Decoder2`].
[INFO] [stdout] 365 | |     Decoder2Error;
[INFO] [stdout] 366 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 369 | |     (Second, B, "second decoder error."),
[INFO] [stdout] 370 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 | / define_decoder_n_error! {
[INFO] [stdout] 364 | |     /// Error type for [`Decoder2`].
[INFO] [stdout] 365 | |     Decoder2Error;
[INFO] [stdout] 366 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 369 | |     (Second, B, "second decoder error."),
[INFO] [stdout] 370 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 372 | / define_decoder_n_error! {
[INFO] [stdout] 373 | |     /// Error type for [`Decoder3`].
[INFO] [stdout] 374 | |     Decoder3Error;
[INFO] [stdout] 375 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 380 | |     (Third, C, "third decoder error."),
[INFO] [stdout] 381 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 372 | / define_decoder_n_error! {
[INFO] [stdout] 373 | |     /// Error type for [`Decoder3`].
[INFO] [stdout] 374 | |     Decoder3Error;
[INFO] [stdout] 375 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 380 | |     (Third, C, "third decoder error."),
[INFO] [stdout] 381 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 383 | / define_decoder_n_error! {
[INFO] [stdout] 384 | |     /// Error type for [`Decoder4`].
[INFO] [stdout] 385 | |     Decoder4Error;
[INFO] [stdout] 386 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 393 | |     (Fourth, D, "fourth decoder error."),
[INFO] [stdout] 394 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 383 | / define_decoder_n_error! {
[INFO] [stdout] 384 | |     /// Error type for [`Decoder4`].
[INFO] [stdout] 385 | |     Decoder4Error;
[INFO] [stdout] 386 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 393 | |     (Fourth, D, "fourth decoder error."),
[INFO] [stdout] 394 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 396 | / define_decoder_n_error! {
[INFO] [stdout] 397 | |     /// Error type for [`Decoder6`].
[INFO] [stdout] 398 | |     Decoder6Error;
[INFO] [stdout] 399 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 410 | |     (Sixth, F, "sixth decoder error."),
[INFO] [stdout] 411 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 396 | / define_decoder_n_error! {
[INFO] [stdout] 397 | |     /// Error type for [`Decoder6`].
[INFO] [stdout] 398 | |     Decoder6Error;
[INFO] [stdout] 399 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 410 | |     (Sixth, F, "sixth decoder error."),
[INFO] [stdout] 411 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/compact_size.rs (3 fixes)
[INFO] [stderr]    Migrating examples/encoder.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/decode/decoders.rs:455:27
[INFO] [stdout]     |
[INFO] [stdout] 447 |                     if first_decoder.push_bytes(bytes).map_err(Decoder2Error::First)?.needs_more() {
[INFO] [stdout]     |                        --------------------------------------------------------------
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 455 |                     match mem::replace(&mut self.state, Decoder2State::Errored) {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                           up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 456 |                         Decoder2State::First(first, second) => {
[INFO] [stdout]     |                                                     ------
[INFO] [stdout]     |                                                     |
[INFO] [stdout]     |                                                     `second` calls a custom destructor
[INFO] [stdout]     |                                                     `second` will be dropped later as of Edition 2024
[INFO] [stdout] 457 |                             let first_result = first.end().map_err(Decoder2Error::First)?;
[INFO] [stdout]     |                                                ------------------------------------------
[INFO] [stdout]     |                                                |
[INFO] [stdout]     |                                                this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                                `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 462 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 | / define_decoder_n_error! {
[INFO] [stdout] 364 | |     /// Error type for [`Decoder2`].
[INFO] [stdout] 365 | |     Decoder2Error;
[INFO] [stdout] 366 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 369 | |     (Second, B, "second decoder error."),
[INFO] [stdout] 370 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 | / define_decoder_n_error! {
[INFO] [stdout] 364 | |     /// Error type for [`Decoder2`].
[INFO] [stdout] 365 | |     Decoder2Error;
[INFO] [stdout] 366 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 369 | |     (Second, B, "second decoder error."),
[INFO] [stdout] 370 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 372 | / define_decoder_n_error! {
[INFO] [stdout] 373 | |     /// Error type for [`Decoder3`].
[INFO] [stdout] 374 | |     Decoder3Error;
[INFO] [stdout] 375 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 380 | |     (Third, C, "third decoder error."),
[INFO] [stdout] 381 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 372 | / define_decoder_n_error! {
[INFO] [stdout] 373 | |     /// Error type for [`Decoder3`].
[INFO] [stdout] 374 | |     Decoder3Error;
[INFO] [stdout] 375 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 380 | |     (Third, C, "third decoder error."),
[INFO] [stdout] 381 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 383 | / define_decoder_n_error! {
[INFO] [stdout] 384 | |     /// Error type for [`Decoder4`].
[INFO] [stdout] 385 | |     Decoder4Error;
[INFO] [stdout] 386 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 393 | |     (Fourth, D, "fourth decoder error."),
[INFO] [stdout] 394 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 383 | / define_decoder_n_error! {
[INFO] [stdout] 384 | |     /// Error type for [`Decoder4`].
[INFO] [stdout] 385 | |     Decoder4Error;
[INFO] [stdout] 386 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 393 | |     (Fourth, D, "fourth decoder error."),
[INFO] [stdout] 394 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 396 | / define_decoder_n_error! {
[INFO] [stdout] 397 | |     /// Error type for [`Decoder6`].
[INFO] [stdout] 398 | |     Decoder6Error;
[INFO] [stdout] 399 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 410 | |     (Sixth, F, "sixth decoder error."),
[INFO] [stdout] 411 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 396 | / define_decoder_n_error! {
[INFO] [stdout] 397 | |     /// Error type for [`Decoder6`].
[INFO] [stdout] 398 | |     Decoder6Error;
[INFO] [stdout] 399 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 410 | |     (Sixth, F, "sixth decoder error."),
[INFO] [stdout] 411 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
[INFO] [stderr] crater-edition-check: bitcoin-consensus-encoding v1.0.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking bitcoin-consensus-encoding v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 | / define_decoder_n_error! {
[INFO] [stdout] 364 | |     /// Error type for [`Decoder2`].
[INFO] [stdout] 365 | |     Decoder2Error;
[INFO] [stdout] 366 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 369 | |     (Second, B, "second decoder error."),
[INFO] [stdout] 370 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 | / define_decoder_n_error! {
[INFO] [stdout] 364 | |     /// Error type for [`Decoder2`].
[INFO] [stdout] 365 | |     Decoder2Error;
[INFO] [stdout] 366 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 369 | |     (Second, B, "second decoder error."),
[INFO] [stdout] 370 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 372 | / define_decoder_n_error! {
[INFO] [stdout] 373 | |     /// Error type for [`Decoder3`].
[INFO] [stdout] 374 | |     Decoder3Error;
[INFO] [stdout] 375 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 380 | |     (Third, C, "third decoder error."),
[INFO] [stdout] 381 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 372 | / define_decoder_n_error! {
[INFO] [stdout] 373 | |     /// Error type for [`Decoder3`].
[INFO] [stdout] 374 | |     Decoder3Error;
[INFO] [stdout] 375 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 380 | |     (Third, C, "third decoder error."),
[INFO] [stdout] 381 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 383 | / define_decoder_n_error! {
[INFO] [stdout] 384 | |     /// Error type for [`Decoder4`].
[INFO] [stdout] 385 | |     Decoder4Error;
[INFO] [stdout] 386 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 393 | |     (Fourth, D, "fourth decoder error."),
[INFO] [stdout] 394 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 383 | / define_decoder_n_error! {
[INFO] [stdout] 384 | |     /// Error type for [`Decoder4`].
[INFO] [stdout] 385 | |     Decoder4Error;
[INFO] [stdout] 386 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 393 | |     (Fourth, D, "fourth decoder error."),
[INFO] [stdout] 394 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 396 | / define_decoder_n_error! {
[INFO] [stdout] 397 | |     /// Error type for [`Decoder6`].
[INFO] [stdout] 398 | |     Decoder6Error;
[INFO] [stdout] 399 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 410 | |     (Sixth, F, "sixth decoder error."),
[INFO] [stdout] 411 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 396 | / define_decoder_n_error! {
[INFO] [stdout] 397 | |     /// Error type for [`Decoder6`].
[INFO] [stdout] 398 | |     Decoder6Error;
[INFO] [stdout] 399 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 410 | |     (Sixth, F, "sixth decoder error."),
[INFO] [stdout] 411 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bitcoin-consensus-encoding` (lib) due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 | / define_decoder_n_error! {
[INFO] [stdout] 364 | |     /// Error type for [`Decoder2`].
[INFO] [stdout] 365 | |     Decoder2Error;
[INFO] [stdout] 366 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 369 | |     (Second, B, "second decoder error."),
[INFO] [stdout] 370 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 | / define_decoder_n_error! {
[INFO] [stdout] 364 | |     /// Error type for [`Decoder2`].
[INFO] [stdout] 365 | |     Decoder2Error;
[INFO] [stdout] 366 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 369 | |     (Second, B, "second decoder error."),
[INFO] [stdout] 370 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 372 | / define_decoder_n_error! {
[INFO] [stdout] 373 | |     /// Error type for [`Decoder3`].
[INFO] [stdout] 374 | |     Decoder3Error;
[INFO] [stdout] 375 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 380 | |     (Third, C, "third decoder error."),
[INFO] [stdout] 381 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 372 | / define_decoder_n_error! {
[INFO] [stdout] 373 | |     /// Error type for [`Decoder3`].
[INFO] [stdout] 374 | |     Decoder3Error;
[INFO] [stdout] 375 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 380 | |     (Third, C, "third decoder error."),
[INFO] [stdout] 381 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 383 | / define_decoder_n_error! {
[INFO] [stdout] 384 | |     /// Error type for [`Decoder4`].
[INFO] [stdout] 385 | |     Decoder4Error;
[INFO] [stdout] 386 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 393 | |     (Fourth, D, "fourth decoder error."),
[INFO] [stdout] 394 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 383 | / define_decoder_n_error! {
[INFO] [stdout] 384 | |     /// Error type for [`Decoder4`].
[INFO] [stdout] 385 | |     Decoder4Error;
[INFO] [stdout] 386 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 393 | |     (Fourth, D, "fourth decoder error."),
[INFO] [stdout] 394 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:344:39
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       $(Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 396 | / define_decoder_n_error! {
[INFO] [stdout] 397 | |     /// Error type for [`Decoder6`].
[INFO] [stdout] 398 | |     Decoder6Error;
[INFO] [stdout] 399 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 410 | |     (Sixth, F, "sixth decoder error."),
[INFO] [stdout] 411 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     $(&Self::$err_wrap(ref e) => write_err!(f, $err_msg; e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/error.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |                       $(Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                                         ^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 396 | / define_decoder_n_error! {
[INFO] [stdout] 397 | |     /// Error type for [`Decoder6`].
[INFO] [stdout] 398 | |     Decoder6Error;
[INFO] [stdout] 399 | |     /// Error from the first decoder.
[INFO] [stdout] ...   |
[INFO] [stdout] 410 | |     (Sixth, F, "sixth decoder error."),
[INFO] [stdout] 411 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_decoder_n_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     $(&Self::$err_wrap(ref e) => Some(e),)*
[INFO] [stdout]     |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bitcoin-consensus-encoding` (lib test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "657a5b0a4c07cf44d9cbdb0d4618d8e21c66f4c519d62bc3652f60b5eedb861e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "657a5b0a4c07cf44d9cbdb0d4618d8e21c66f4c519d62bc3652f60b5eedb861e", kill_on_drop: false }`
[INFO] [stdout] 657a5b0a4c07cf44d9cbdb0d4618d8e21c66f4c519d62bc3652f60b5eedb861e
